home *** CD-ROM | disk | FTP | other *** search
- ;VCopy Installation Script.
- ;Copyright 1994 By Mikael Lund
- ;
- setenv ver 2 ;Version number
- setenv rev 0 ;Revision number
-
- echo ""
- echo " VERSIONCOPY V$ver.$rev INSTALL"
- echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~"
- echo " Copyright 1994 By Mikael Lund "
- echo ""
- wait 3
-
- if exists Envarc:Vcopy.dopus
- version Envarc:Vcopy.dopus $ver $rev >NIL:
- if not warn
- echo " You already have VCopy v$ver.$rev or higher "
- echo " Nothing was changed - Skippingm installation script "
- wait 4
- quit
- endif
- echo " You already have an older version of VCopy! "
- echo " It will be replaced "
- echo ""
- endif
-
- if exists Envarc:
- echo " ...Now Copying main data... "
- Copy VCopy.dopus to EnvArc:
- Copy VCopy.dopus to Env:
- if not warn
- echo " Operation Ok "
- echo " "
- endif
- endif
- if not exists Envarc:
- echo " You do not have the Envarc: directory, where "
- echo " VCopy.dopus should be installed "
- echo " ...Please refer to the VCopy.Guide... "
- wait 4
- quit
- endif
- echo "Installation completed - refer to the VCopy.Guide for "
- echo " the DirectoryOpus part of the installation. "
- wait 5
-